<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*=========脚注菜单===========*/


div#bottommenu{


margin: 0;


padding:0;


border: 0;


height: 28px;


color:#cfd8e0;


font:11px/28px SimSun;


text-align:center;


}





div#bottommenu a:link,div#bottommenu a:visited,div#bottommenu a:active{


margin:0px 5px 0px 2px;


color:#cfd8e0;


font:12px/28px 'SimSun',Arial,Sans-Serif;


text-decoration: none;


}





div#bottommenu a:hover{


margin:0px 5px 0px 2px;


color:#cfd8e0;


font:12px/28px 'SimSun',Arial,Sans-Serif;


text-decoration: underline;


}




#menumain{
margin:0;
white-space:nowrap;
overflow:hidden;
height:38px;
}
#menumain .mainmenuiner {
height:38px;
padding:0;
line-height:38px;
overflow: hidden;
margin:0px;
}
#menumain a.menumain:link,#menumain a.menumain:active,#menumain a.menumain:visited{
display:block;
float:left;
height:38px;
text-decoration: none;
text-align:center;
width:80px;
color:#fff;
font:14px/43px 'SimSun',Arial,Sans-Serif;
margin:0px;
}
#menumain a.menumain:hover{
display:block;
float:left;
height:38px;
color:#fff;
text-decoration: none;
text-align:center;
width:80px;
margin:0px;
background:url(img/menunow.jpg) 0px 0px no-repeat;
font:14px/40px 'SimSun',Arial,Sans-Serif;
} </pre></body></html>